CashDrawerSession 
EntityType  Independent 
Logical Entity Name  CashDrawerSession 
Default Table Name  saCashDrawerSession 
Logical Only  NO 
Definition 
 
Note 
 

CashDrawerSession Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
CashDrawerSessionId(PK)    INTEGER  NO 
 
Code    VARCHAR(24)  NO 
 
Name    VARCHAR(256)  YES 
 
OpeningBalance    MONEY(19, 4)  YES 
 
CashDrawerId(FK)    INTEGER  YES 
 
IsReconciled    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
LastTransactionUserId    INTEGER  YES 
 
LastTransactionDateTime    DATETIME  YES 
 
IsDeposited    BIT  NO 
 
CampusId(FK)    INTEGER  YES 
 
IsReconcileInProgress    BIT  NO 
 

CashDrawerSession Keys 
Key Name  Key Type  Keys 
saCashDrawerSession_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
saCashDrawerSession_saCashDrawerSessionID_U_C_IDX  PrimaryKey  CashDrawerSessionId 

CashDrawerSession Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Campus  Non-Identifying  Zero or One to Zero or More        CampusId  NO 
CashDrawer  Non-Identifying  Zero or One to Zero or More        CashDrawerId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  Zero or One to Zero or More          NO 
SACashDrawerSessionReconcile  Non-Identifying  One To Zero or More          NO 
MiscellaneousCash  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 

CashDrawerSession Check Constraints 
Check Constraint Name  CheckConstraint